home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Prog
/
D-G
/
Graphic Gems Vol. 3.sit
/
GemsIII
/
defs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-16
|
252 b
|
14 lines
|
[
TEXT/MPS
]
/* Dummy include file of definitions to make rolling-ball compile. */
#define Button1 1
#define ERASE 0
#define DRAW 3
typedef struct {
char *name;
double frame[4][4]} Polyhedron;
typedef struct {
char *name;
int id;} Display;